home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Sunday Times: The Month 2004 October
/
The Sunday Times - The Month 2004-10.iso
/
pc
/
assets
/
bespoke
/
kids
/
code
/
code_intro.swf
/
scripts
/
frame_1
/
DoAction.as
Wrap
Text File
|
2004-09-07
|
227b
|
12 lines
function updateRight(frameToDisplay)
{
preview_mc.gotoAndStop(frameToDisplay);
}
_global.MorseCode = new Object();
MorseCode._tl = this;
this.onUnload = function()
{
delete MorseCode;
this.unloadMovie();
};